home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Dev / Oberon / Catalogs / ODStrings.cd < prev    next >
Text File  |  1995-07-02  |  2KB  |  91 lines

  1. ;=========================================================================
  2. ;     $RCSfile: ODStrings.cd $
  3. ;  Description: Catalog description file for OD
  4. ;
  5. ;   Created by: fjc (Frank Copeland)
  6. ;    $Revision: 1.1 $
  7. ;      $Author: fjc $
  8. ;        $Date: 1995/01/26 02:28:44 $
  9. ;
  10. ;  Copyright © 1995, Frank Copeland
  11. ;  This file forms part of Oberon-A
  12. ;  See Oberon-A.doc for conditions of use and distribution
  13. ;=========================================================================
  14. ;
  15. #language english
  16. #version  1
  17. #basename ODStrings
  18. ;
  19. ;=========================================================================
  20. ; Strings for module OD.
  21. ;
  22. errPrefs (//)
  23.  !! Could not open preferences file '%s'\n
  24. ;
  25. usage (//)
  26. See OD.doc for conditions of use\n
  27. ;
  28. errArgs1 (//)
  29.  !! Too many arguments: select only one argument\n
  30. ;
  31. errArgs2 (//)
  32.  !! Too few arguments: select exactly one argument\n
  33. ;
  34. errIcon1 (//)
  35.  !! Could not create icon for '%s'\n
  36. ;
  37. errIcon2 (//)
  38.  !! Could not obtain icon\n
  39. ;
  40. errMakeIcons (//)
  41.  !! Arguments MAKEICONS and NOICONS are mutually exclusive
  42. ;
  43. errFileName (//)
  44.  !! Could not construct file name\n
  45. ;
  46. ;=========================================================================
  47. ; Strings for module ODT.
  48. ;
  49. errNameBuffer (//)
  50.  !! Name buffer overflow\n
  51. ;
  52. errDupName (//)
  53.  !! Name used twice\n
  54. ;
  55. errExtLibs (//)
  56.  !! Too many external libraries\n
  57. ;
  58. errCorrupt (//)
  59.  !! Currupt symbol file\n
  60. ;
  61. errForm (//)
  62.  !! Unrecognised type form\n
  63. ;
  64. errClass (//)
  65.  !! Unrecognised object class\n
  66. ;
  67. errParLists (//)
  68.  !! Too many parameter lists\n
  69. ;
  70. errFieldLists (//)
  71.  !! Too many field lists\n
  72. ;
  73. errBadKey (//)
  74.  !! Bad key for imported module\n
  75. ;
  76. errGlbMod (//)
  77.  !! Too many global modules\n
  78. ;
  79. errLocMod (//)
  80.  !! Too many local modules\n
  81. ;
  82. errBadTag (//)
  83.  !! Bad symbol file tag\n
  84. ;
  85. errOpen (//)
  86.  !! Could not open '%s'\n
  87. ;
  88. errType (//)
  89.  !! Unrecognised type\n
  90. ;
  91.